.roocwidget *,
.roocwidget *::before,
.roocwidget *::after {
    z-index: 1000 !important;
}

.roocwidget img {
    width: 32px !important;
    height: 32px !important;
}

.roocwidget .the-box--inner img {
    min-width: 260px !important;
    min-height: 260px !important;
}

.roocwidget .chat-header--img {
    width: 32px !important;
}

.roocwidget .MuiButton-containedPrimary {
    color: #FFFFFF !important;
    background-color: #132B50 !important;
}

.roocwidget .custom .cw-chat-window.login {
    color: #FFFFFF !important;
    background: #132B50 !important;
}

.roocwidget .custom .menu-background {
    background: #132B50 !important;
}

.roocwidget .custom .chat-header {
    background: #132B50 !important;
    color: #FFFFFF !important;
}

.roocwidget .login-header--close-button {
    color: #FFFFFF !important;
    z-index: 2000 !important;
}

.roocwidget .chat-header--close-button:hover {
    background-color: #EAC170 !important;
}

.roocwidget .login-header--close-button img {
    width: 100px !important;
    height: 100px !important;
}

.roocwidget .custom .chat-header--team-name:hover {
    background: #132B50 !important;
}

.roocwidget .custom .chat-bubble.from-me {
    background: #132B50 !important;
    color: #FFFFFF !important;
}

.roocwidget .custom .from-me.end::before {
    border-right-color: #132B50 !important;
}

.roocwidget .custom #assetchatbot-12 {
    fill: #132B50 !important;
}

.roocwidget .custom .cw-launcher {
    background: #132B50 center no-repeat !important;
}

.roocwidget .custom .rating .buttonok::after {
    color: #FFFFFF !important;
    content: 'OK' !important;
}

.roocwidget .custom .rating .buttoncancel::after {
    content: 'Tutup' !important;
}

.roocwidget .custom .rating .rating-label::after {
    content: 'Silahkan berikan penilaian atas pelayanan kami' !important;
}


.roocwidget .login-header--close-button img {
    width: 40px !important;
    height: 40px !important;
}

@media (max-width: 768px) {
    .roocwidget *,
    .roocwidget *::before,
    .roocwidget *::after {
        margin-right: -18px;
        margin-bottom: 44px;
    }
}